.teinteresa {
  margin: var(--hsp-xl) auto;
  padding-top: var(--hsp-xs);
  padding-left: var(--hsp-s);
  padding-right: var(--hsp-s);
  padding-bottom: var(--hsp-s);
  border: 1px solid var(--hcl-brand-6);
  border-radius: var(--hrd-m);
  background-color: var(--hcl-neutral-2);
}
.teinteresa-inner {
  display: flex;
  flex-direction: column;
}
.teinteresa-contenido {
  margin-bottom: 0px;
}
.teinteresa-contenido-titulo {
  font-size: var(--hfs-h4);
  font-weight: bold;
  color: var(--bde-headings-color);
  border-bottom: 1px solid var(--hcl-brand-9);
}
.teinteresa-contenido-texto {
}
.teinteresa-flex {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.teinteresa-flex img {
  max-width: 200px !important;
  height: auto;
}

a.teinteresa-boton {
  background-color: #0f4e22;
  text-decoration: none;
  border-radius: var(--hrd-l);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
  color: #ffffff;
}

.teinteresa-boton:hover {
  background-color: #ba4b1c;
  color: #ffffff !important;
}

a.teinteresa-boton {
  max-width: fit-content;
  width: 100%;
}
a.teinteresa-boton {
  padding: 8px 10px; /* Reduce el padding */
}
.teinteresa-flex {
  align-items: center; /* Centra verticalmente los elementos */
}
a.teinteresa-boton {
  height: 50px; /* Ajusta este valor según tus necesidades */
  line-height: 34px; /* Para centrar el texto verticalmente */
  padding-left: 30px;
  padding-right: 30px;
}

.teinteresa-contenido {
  position: relative;
}

.teinteresa-contenido-logo {
  max-height: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 768px) {
  .teinteresa-contenido-logo {
    position: static;
    display: block;
    margin-bottom: 1rem;
    max-height: 20px;
  }

  .teinteresa-contenido {
    display: flex;
    flex-direction: column;
  }
}
